home *** CD-ROM | disk | FTP | other *** search
- Path: ipxpress.aws.waii.com!llu
- From: llu@omega.was.waii.com (Luke Y. Lu)
- Newsgroups: comp.lang.c,comp.unix.questions
- Subject: Re: RCS ci doesn't work
- Date: 4 Apr 1996 04:34:01 GMT
- Organization: WAS, Houston
- Message-ID: <4jvjfp$cnt@ipxpress.aws.waii.com>
- References: <4jucr4$14oe@saba.info.ucla.edu>
- NNTP-Posting-Host: omega.was.waii.com
-
- In article <4jucr4$14oe@saba.info.ucla.edu>, John L. Stein <stein> wrote:
- :Using rs6000-ibm-aix3.2 I get
- :
- :{whirlwind} 6> ci Makefile.in
- :RCS/Makefile.in,v <-- Makefile.in
- :ci error: no lock set by stein
- :
- :Can you tell me whats wrong?
-
- Please RTFM. In case you're too dense/stoned to read the man page:
-
- you didn't use -l to lock it or used -u option to remove your lock. use
- co -l to relock it. Always use -l under normal circumstances.
-
- __Luke
-
-